Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump grafanalib from 0.7.0 to 0.7.1 #123

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps grafanalib from 0.7.0 to 0.7.1.

Release notes

Sourced from grafanalib's releases.

v0.7.1

What's Changed

... (truncated)

Changelog

Sourced from grafanalib's changelog.

0.7.1 2024-01-12

  • Extended DashboardLink to support links to dashboards and urls, as per the docs_

.. _docs: https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/manage-dashboard-links/#dashboard-links

  • Fix default options for Heatmap
  • Add Unit option for Graph panel
  • Added Minimum option for Timeseries
  • Added Maximum option for Timeseries
  • Added Number of decimals displays option for Timeseries
  • Added Bar_Chart_ panel support
  • Extended SqlTarget to support parsing queries from files
  • Fix AlertCondition backwards compatibility (useNewAlerts default to False)
  • Added RateMetricAgg_ for ElasticSearch
  • added axisSoftMin and axisSoftMax options for TimeSeries
  • Added support for Azure Data Explorer datasource plugin (https://github.com/grafana/azure-data-explorer-datasource)
  • Added sortBy parameter to Table panel
  • Added tooltipSort parameter to TimeSeries panel
  • Added unit parameter to the Table class in core
  • Added a hide parameter to ElasticsearchTarget
  • Fix value literal GAUGE_CALC_TOTAL to sum instead of total
  • Fix BarGauge orientation validation to accept 'auto'

.. _Bar_Chart: https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/bar-chart/ .. _RateMetricAgg: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-rate-aggregation.html

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 11, 2024
@amotl
Copy link
Contributor

amotl commented Mar 16, 2024

Bumps [grafanalib](https://github.com/weaveworks/grafanalib) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/weaveworks/grafanalib/releases)
- [Changelog](https://github.com/weaveworks/grafanalib/blob/main/CHANGELOG.rst)
- [Commits](weaveworks/grafanalib@v0.7.0...v0.7.1)

---
updated-dependencies:
- dependency-name: grafanalib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/grafanalib-0.7.1 branch from d9161f3 to c21dfbd Compare March 29, 2024 17:56
Copy link

codecov bot commented Mar 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.50%. Comparing base (5f6c90e) to head (c21dfbd).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #123   +/-   ##
=======================================
  Coverage   86.50%   86.50%           
=======================================
  Files           8        8           
  Lines        1060     1060           
=======================================
  Hits          917      917           
  Misses        143      143           
Flag Coverage Δ
unittests 86.50% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amotl amotl merged commit 76e1abd into main Mar 29, 2024
14 checks passed
@amotl amotl deleted the dependabot/pip/grafanalib-0.7.1 branch March 29, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant